POV-Ray : Newsgroups : povray.general : #declaring warps. : #declaring warps. Server Time
9 Aug 2024 19:37:05 EDT (-0400)
  #declaring warps.  
From: Simen Kvaal
Date: 27 May 2000 15:13:30
Message: <39301e5a@news.povray.org>
Am I doing it wrongly, or is it impossible to #declare a warp? Povray even
_crashes_ when I try to get around by using a #macro.

I tried this:

#macro Foo
turbulence 0.4
#end

And later:

object

    something_nice_as_well
    pigment {
        marble warp { Foo }
    }
}

This causes Povray to crash. I also tried to wrap the warp-statement as well
into the macroa dn just calling the macro to place it like this:

pigment { marble Foo }

But Povray didn't like a warp in a macro.

Anyone who can explain?

TIA,
Simen Kvaal.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.